ConstraintList Class

Definition

Namespace: Independentsoft.Office.Diagrams
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ConstraintList : List<Constraint>, 
	IElement, ILayoutNodeElement
Inheritance
Object    ListConstraint    ConstraintList
Implements
IElement, ILayoutNodeElement

Constructors

ConstraintListInitializes a new instance of the ConstraintList class

Properties

Capacity
(Inherited from ListConstraint)
Count
(Inherited from ListConstraint)
Item
(Inherited from ListConstraint)

Methods

Add
(Inherited from ListConstraint)
AddRange
(Inherited from ListConstraint)
AsReadOnly
(Inherited from ListConstraint)
BinarySearch(T)
(Inherited from ListConstraint)
BinarySearch(T, IComparerT)
(Inherited from ListConstraint)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListConstraint)
Clear
(Inherited from ListConstraint)
Clone 
Contains
(Inherited from ListConstraint)
ConvertAllTOutput
(Inherited from ListConstraint)
CopyTo(T)
(Inherited from ListConstraint)
CopyTo(T, Int32)
(Inherited from ListConstraint)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListConstraint)
Equals
(Inherited from Object)
Exists
(Inherited from ListConstraint)
Finalize
(Inherited from Object)
Find
(Inherited from ListConstraint)
FindAll
(Inherited from ListConstraint)
FindIndex(PredicateT)
(Inherited from ListConstraint)
FindIndex(Int32, PredicateT)
(Inherited from ListConstraint)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListConstraint)
FindLast
(Inherited from ListConstraint)
FindLastIndex(PredicateT)
(Inherited from ListConstraint)
FindLastIndex(Int32, PredicateT)
(Inherited from ListConstraint)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListConstraint)
ForEach
(Inherited from ListConstraint)
GetEnumerator
(Inherited from ListConstraint)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListConstraint)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListConstraint)
IndexOf(T, Int32)
(Inherited from ListConstraint)
IndexOf(T, Int32, Int32)
(Inherited from ListConstraint)
Insert
(Inherited from ListConstraint)
InsertRange
(Inherited from ListConstraint)
LastIndexOf(T)
(Inherited from ListConstraint)
LastIndexOf(T, Int32)
(Inherited from ListConstraint)
LastIndexOf(T, Int32, Int32)
(Inherited from ListConstraint)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListConstraint)
RemoveAll
(Inherited from ListConstraint)
RemoveAt
(Inherited from ListConstraint)
RemoveRange
(Inherited from ListConstraint)
Reverse
(Inherited from ListConstraint)
Reverse(Int32, Int32)
(Inherited from ListConstraint)
Sort
(Inherited from ListConstraint)
Sort(ComparisonT)
(Inherited from ListConstraint)
Sort(IComparerT)
(Inherited from ListConstraint)
Sort(Int32, Int32, IComparerT)
(Inherited from ListConstraint)
ToArray
(Inherited from ListConstraint)
ToString
(Overrides ObjectToString)
TrimExcess
(Inherited from ListConstraint)
TrueForAll
(Inherited from ListConstraint)

See Also